Skip to content

Conversation

@abdallahsamabd
Copy link

@abdallahsamabd abdallahsamabd commented Dec 9, 2025

  • Add Dynamo profile for GPU-enabled disaggregated vLLM deployment
  • Add GPU setup integration in Kind cluster (nvidia runtime, library copy, device plugin)
  • Add DynamoGraphDeployment with Frontend + Prefill + Decode workers
  • Add Dynamo test cases (health check, GPU utilization, performance)
  • Remove Dynamo from CI matrix (requires GPU, run manually)
  • Update README with GPU requirements (3 GPUs minimum)

Requires: VM with 3+ NVIDIA GPUs
Run: make e2e-test-dynamo

FILL IN THE PR DESCRIPTION HERE

BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE


  • Make sure the code changes pass the pre-commit checks.
  • Sign-off your commit by using -s when doing git commit
  • Try to classify PRs for easy understanding of the type of changes, such as [Bugfix], [Feat], and [CI].
Detailed Checklist (Click to Expand)

Thank you for your contribution to semantic-router! Before submitting the pull request, please ensure the PR meets the following criteria. This helps us maintain the code quality and improve the efficiency of the review process.

PR Title and Classification

Please try to classify PRs for easy understanding of the type of changes. The PR title is prefixed appropriately to indicate the type of change. Please use one of the following:

  • [Bugfix] for bug fixes.
  • [CI/Build] for build or continuous integration improvements.
  • [Doc] for documentation fixes and improvements.
  • [Feat] for new features in the cluster (e.g., autoscaling, disaggregated prefill, etc.).
  • [Router] for changes to the vllm_router (e.g., routing algorithm, router observability, etc.).
  • [Misc] for PRs that do not fit the above categories. Please use this sparingly.

Note: If the PR spans more than one category, please include all relevant prefixes.

Code Quality

The PR need to meet the following code quality standards:

  • Pass all linter checks. Please use pre-commit to format your code. See README.md for installation.
  • The code need to be well-documented to ensure future contributors can easily understand the code.
  • Please include sufficient tests to ensure the change is stay correct and robust. This includes both unit tests and integration tests.

DCO and Signed-off-by

When contributing changes to this project, you must agree to the DCO. Commits must include a Signed-off-by: header which certifies agreement with the terms of the DCO.

Using -s with git commit will automatically add this header.

What to Expect for the Reviews

@netlify
Copy link

netlify bot commented Dec 9, 2025

Deploy Preview for vllm-semantic-router ready!

Name Link
🔨 Latest commit be02009
🔍 Latest deploy log https://app.netlify.com/projects/vllm-semantic-router/deploys/693a7f9f8c0b78000898fc5b
😎 Deploy Preview https://deploy-preview-789--vllm-semantic-router.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

👥 vLLM Semantic Team Notification

The following members have been identified for the changed files in this PR and have been automatically assigned:

📁 Root Directory

Owners: @rootfs, @Xunzhuo
Files changed:

  • .github/workflows/integration-test-k8s.yml

📁 config

Owners: @rootfs, @Xunzhuo
Files changed:

  • config/intelligent-routing/in-tree/generic_categories.yaml

📁 deploy

Owners: @rootfs, @Xunzhuo
Files changed:

  • deploy/kubernetes/dynamo/dynamo-resources/README.md
  • deploy/kubernetes/dynamo/dynamo-resources/dynamo-graph-deployment.yaml
  • deploy/kubernetes/dynamo/dynamo-resources/envoy-gateway-values.yaml
  • deploy/kubernetes/dynamo/dynamo-resources/gwapi-resources.yaml
  • deploy/kubernetes/dynamo/dynamo-resources/rbac.yaml
  • deploy/kubernetes/dynamo/semantic-router-values/values.yaml
  • deploy/kubernetes/dynamo/semantic-router/config.yaml
  • deploy/kubernetes/istio/config.yaml
  • deploy/kubernetes/istio/vLlama3.yaml
  • deploy/kubernetes/istio/vPhi4.yaml
  • deploy/openshift/openwebui/pvc.yaml

📁 e2e

Owners: @Xunzhuo
Files changed:

  • e2e/cmd/e2e/main.go
  • e2e/pkg/cluster/kind.go
  • e2e/pkg/framework/runner.go
  • e2e/pkg/helm/deployer.go
  • e2e/profiles/dynamo/profile.go
  • e2e/testcases/dynamo_dynamic_batching.go
  • e2e/testcases/dynamo_gpu_utilization.go
  • e2e/testcases/dynamo_health_check.go
  • e2e/testcases/dynamo_optimized_inference.go
  • e2e/testcases/dynamo_performance_comparison.go

📁 tools

Owners: @yuluo-yx, @rootfs, @Xunzhuo
Files changed:

  • tools/make/e2e.mk
  • tools/observability/prometheus.yaml

vLLM

🎉 Thanks for your contributions!

This comment was automatically generated based on the OWNER files in the repository.

@abdallahsamabd abdallahsamabd force-pushed the feat/659 branch 2 times, most recently from 95b5e13 to a225953 Compare December 9, 2025 12:34
@rootfs
Copy link
Collaborator

rootfs commented Dec 9, 2025

@abdallahsamabd this is cool! Do you happen to have a demo too? We can add the demo to the YouTube channel.

@abdallahsamabd
Copy link
Author

abdallahsamabd commented Dec 9, 2025

I will create a demo video soon, that will show running the full Dynamo/profile flow which will run all written tests as well, and will show the Dynamo components that being deployed, also will show some manual requests.

@abdallahsamabd abdallahsamabd changed the title feat(e2e): Add Dynamo E2E test profile with GPU support [Feat]: Add Dynamo E2E test profile with GPU support Dec 9, 2025
@abdallahsamabd abdallahsamabd force-pushed the feat/659 branch 6 times, most recently from 5edfcb0 to 04675ff Compare December 10, 2025 22:13
- Add Dynamo profile for GPU-enabled disaggregated vLLM deployment
- Add GPU setup integration in Kind cluster (nvidia runtime, library copy, device plugin)
- Add DynamoGraphDeployment with Frontend + Prefill + Decode workers
- Add Dynamo test cases (health check, GPU utilization, performance)
- Fix relative paths in runner.go and profile.go
- Re-enable teardown after tests
- Remove Dynamo from CI matrix (requires GPU, run manually)
- Update README with GPU requirements (3 GPUs minimum)
- Remove unused files (namespace.yaml, kustomization.yaml, nvkind-gpu-setup-rhel.md)

Requires: VM with 3+ NVIDIA GPUs
Run: make e2e-test-dynamo
Signed-off-by: abdallahsamabd <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants